<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
                   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                   xmlns:ns0="urn:Services.PurchaseOrderService.PurchaseOrderPortType.PurchaseOrderPort"
                   xmlns:ns2="urn:Services.PurchaseOrderService.Classes"
                   xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
                   xmlns:ns1="PurchaseOrder"
                   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	  <SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
		    <ns0:getPurchaseOrderResponse>
			      <purchaseOrder namespace="PurchaseOrder" xsi:type="PurchaseOrder">RESPONSE2</purchaseOrder>
		    </ns0:getPurchaseOrderResponse>
	  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>